home *** CD-ROM | disk | FTP | other *** search
- !Include("CarSetupOptions.def")
-
- Option("&SETUPCAR_front& ")
- {
- SetParam("m_nPowerBalance", "0")
- Description("&SETUPCAR_powerbalance&")
- Icon( "Drive_1" )
-
- }
-
- Option("50-50 ")
- {
- Default()
- SetParam("m_nPowerBalance", "5")
- Description("&SETUPCAR_powerbalance&")
- Icon( "Drive_6" )
-
- }
-
- Option("&SETUPCAR_rear& ")
- {
- SetParam("m_nPowerBalance", "10")
- Description("&SETUPCAR_powerbalance&")
- Icon( "Drive_11" )
-
- }
-
-